Skip to content

Conversation

@stephencelis
Copy link
Member

Took awhile to track down the issue, but hopefully this is it!

.library(name: "IssueReportingTestSupport", targets: ["IssueReportingTestSupport"]),
.library(
name: "IssueReportingTestSupport",
type: .dynamic,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to force this to be dynamic for Linux/Windows to be able to dynamically load its symbols.

Comment on lines -48 to -50
package.dependencies.append(
.package(url: "https://github.com/apple/swift-testing", from: "0.11.0")
)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was an artifact of early days Testing and was causing problems.

@stephencelis
Copy link
Member Author

@stephencelis stephencelis merged commit 39de59b into main Feb 23, 2025
15 checks passed
@stephencelis stephencelis deleted the fix-linux-windows branch February 23, 2025 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants